lcFilletGetPoint Home

Retrieves points of fillet arc.

 BOOL lcFilletGetPoint (
   int iPnt,
   double* pOutX,
   double* pOutY
 );

Parameters
iPnt
  Index of a point, value from 0 to 6.
0 - 1st line start point,
1 - arc start point,
2 - arc midddle point,
3 - arc end point,
4 - 2nd line end point,
5 - arc center point,
6 - lines intersection point.
pOutX pOutY
  Pointers to variables that will receive coordinates of output point.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Code sample,   lcFilletSetLines,   lcFillet